BaseSubsystem.Initialized property

Checks whether the program is linked to the KINGSTAR Base Subsystem.

Namespace: IntervalZero.KINGSTAR.Base.Class

Assembly: IntervalZero.KINGSTAR.Base.Class (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0

Syntax

C#VB
bool Initialized { get; }
ReadOnly Property Initialized As Boolean

Property value

Type: bool

Remarks

It checks whether a valid link to the KINGSTAR Base Subsystem exists. A link must exist before a program can interact with the KINGSTAR Base Subsystem.

See also

BaseSubsystem Class

IntervalZero.KINGSTAR.Base.Class Namespace